multiple recursion造句
例句与造句
- Multiple recursion can sometimes be converted to single recursion ( and, if desired, thence to iteration ).
- A more sophisticated example is using a threaded binary tree, which allows iterative tree traversal, rather than multiple recursion.
- Single recursion is often much more efficient than multiple recursion, and can generally be replaced by an iterative computation, running in linear time and requiring constant space.
- Multiple recursion, by contrast, may require exponential time and space, and is more fundamentally recursive, not being able to be replaced by iteration without an explicit stack.
- It's difficult to find multiple recursion in a sentence. 用multiple recursion造句挺难的